body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.1s linear, background-color 0.15s linear;
  -moz-transition: color 0.1s linear, background-color 0.15s linear;
  -o-transition: color 0.1s linear, background-color 0.15s linear;
  transition: color 0.1s linear, background-color 0.15s linear;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fbfbfb;
  font-family: "Microsoft YaHei";
  min-width: 1200px;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
label {
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
u,
th,
var {
  font-style: normal;
  font-weight: normal;
}
i {
  font-style: normal;
}
a {
  color: #333333;
  text-decoration: none;
}
/*a:hover {
  text-decoration: none;
  color: #0a8be5;
}*/
img {
  border: none;
  max-width: 100%;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline-style: none;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
  margin: 0;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
input,
textarea,
select,
button {
  font-family: "Microsoft YaHei";
  color: #333333;
}
input[placeholder],
[placeholder],
*[placeholder] {
  color: #999999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
/*头部*/
.header {
  background: white;
  position: relative;
  z-index: 999;
}
.header ._header {
  width: 1200px;
  margin: auto;
  /*logo*/
  /*导航*/
  /*导航二级背景*/
}
.header ._header .logo {
  height: 115px;
  line-height: 115px;
  float: left;
}
.header ._header .nav {
  float: right;
  position: relative;
}
.header ._header .nav li {
  float: left;
  height: 115px;
  text-align: center;
  border-top: 5px solid transparent ;
}
.header ._header .nav li > a {
  display: block;
  padding: 35px 20px 0 20px;
  line-height: 1;
}
.header ._header .nav li > a p {
  font-size: 14px;
  margin-bottom: 10px;
}
.header ._header .nav li > a span {
  text-transform: uppercase;
  color: #9d9d9d;
  display: block;
  font-size: 12px;
}
.header ._header .nav li.on {
  background: #80201f;
  border-top: 5px solid #660403;
}
.header ._header .nav li.on > a {
  color: #da9d67;
}
.header ._header .nav li.on > a span {
  color: #da9d67;
}
.header ._header .nav li .sub {
  position: absolute;
  left: 0;
  text-align: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 100%;
  display: none;
  background: #80201f;
  z-index: 9999;
}
.header ._header .nav li .sub a {
  display: inline-block;
  color: white;
  font-size: 14px;
  margin: 0 20px;
}
.header ._header .nav li .sub a.on {
  color: #da9d67;
}
.header ._header .nav li .sub a:hover {
  color: #da9d67;
}
.header ._header .nav_bg {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  height: 50px;
  top: 100%;
  background: #80201f;
}
/*banner*/
.banner {
  margin: auto;
}
.banner .swiper-slide img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: white;
  opacity: 1;
  margin: 0 6px !important;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #80201f;
}
.banner .swiper-pagination-bullets {
  bottom: 20px;
}
/*通知*/
.notice {
  width: 1200px;
  margin: 20px auto;
  background: white;
  box-shadow: 0px 0px 8px #eeeeee;
}
.notice .not_tit {
  background: url(../images/notice.png) no-repeat center;
  float: left;
  width: 175px;
  height: 70px;
  padding: 0 20px 0 10px;
  line-height: 1;
  text-align: center;
}
.notice .not_tit p {
  font-size: 18px;
  color: white;
  margin-top: 16px;
  margin-bottom: 7px;
}
.notice .not_tit span {
  color: #9f5252;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.notice .bd {
  float: left;
  width: 1000px;
  height: 70px;
  line-height: 70px;
  margin-left: 20px;
}
.notice .bd li {
  width: 500px !important;
  float: left;
  color: #666666;
  padding-right: 50px;
}
.notice .bd li a {
  float: left;
  color: #666666;
  font-size: 14px;
  max-width: 370px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notice .bd li span {
  float: right;
}
/*tit*/
.tit {
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.tit h6 {
  float: left;
  font-size: 18px;
}
.tit h6 span {
  color: #a4a4a4;
  font-size: 10px;
  margin-left: 5px;
  text-transform: uppercase;
}
.tit .tab {
  float: left;
}
.tit .tab a {
  float: left;
  margin-left: 35px;
}
.tit .tab a.on {
  color: #b91e22;
}
.tit .gd {
  float: right;
  color: #666666;
  text-transform: uppercase;
  font-size: 10px;
}
.tit .gd a {
  display: none;
}
.tit .gd a.on {
  display: block;
}
.tit .gd_a {
  float: right;
  color: #666666;
  text-transform: uppercase;
  font-size: 10px;
}
.section_a {
  background: white;
  padding: 20px 0 30px 0;
}
.section_a ._section_a {
  width: 1200px;
  margin: auto;
  /*新闻*/
  /*董事长致词*/
}
.section_a ._section_a .news {
  float: left;
  width: 800px;
}
.section_a ._section_a .news ._news {
  margin-top: 20px;
  display: none;
}
.section_a ._section_a .news ._news .news_a {
  float: left;
  width: 430px;
}
.section_a ._section_a .news ._news .news_a .bd li {
  float: left;
  width: 430px;
  height: 320px;
  position: relative;
}
.section_a ._section_a .news ._news .news_a .bd li img {
  display: block;
  width: 100%;
  height: 320px;
}
.section_a ._section_a .news ._news .news_a .bd li a {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 45px;
  width: 100%;
  font-size: 16px;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section_a ._section_a .news ._news .news_b {
  width: 340px;
  float: right;
}
.section_a ._section_a .news ._news .news_b .tk1 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d4d4d4;
}
.section_a ._section_a .news ._news .news_b .tk1 h6 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 12px;
}
.section_a ._section_a .news ._news .news_b .tk1 span {
  color: #999999;
  font-size: 12px;
  display: block;
  margin-bottom: 7px;
}
.section_a ._section_a .news ._news .news_b .tk1 p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_a ._section_a .news ._news .news_b .tk1:hover h6 {
  color: #b91e22;
}
.section_a ._section_a .news ._news .news_b .tk2 {
  background: url(../images/yq.png) no-repeat left;
  line-height: 30px;
  padding-left: 20px;
  font-size: 14px;
  margin: 15px auto;
}
.section_a ._section_a .news ._news .news_b .tk2 p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 70%;
}
.section_a ._section_a .news ._news .news_b .tk2 span {
  float: right;
  color: #999999;
  font-size: 12px;
}
.section_a ._section_a .news ._news .news_b .tk2:hover p {
  color: #b91e22;
}
.section_a ._section_a .news ._news.on {
  display: block;
}
.section_a ._section_a .about {
  float: right;
  width: 350px;
}
.section_a ._section_a .about ._about {
  margin-top: 20px;
}
.section_a ._section_a .about ._about img {
  display: block;
  width: 100%;
}
.section_a ._section_a .about ._about div {
  margin-top: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 2;
  height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.section_a ._section_a .about ._about div  p{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.section_b {
  margin: 20px auto 45px;
  width: 1200px;
  /*旗下公司*/
  /*视频*/
}
.section_b .company {
  float: left;
  width: 800px;
}
.section_b .company .comp {
  margin-top: 18px;
}
.section_b .company .comp .tempWrap{
  width: 100%!important;
}
.section_b .company ._company li {
  float: left;
  width: 255px!important;
  padding: 0 10px 10px 10px;
  background: white;
  box-shadow: 0px 0px 8px #dddddd;
  border: 1px solid #e6e6e6;
  margin-right:16px;
}
.section_b .company ._company li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.section_b .company ._company li img {
  display: block;
  width: 100%;
  height: 165px;
}
.section_b .vid {
  width: 350px;
  float: right;
}
.section_b .vid iframe {
  margin-top: 18px;
  width: 350px;
  height: 217px;
  display: block;
}
.section_b .vid img {
  margin-top: 18px;
  width: 350px;
  height: 217px;
  display: block;
}
/*底部*/
.footer {
  background: #37383f;
}
.footer ._footer {
  width: 1200px;
  margin: auto;
  padding: 45px 0 30px;
}
.footer ._footer table {
  width: 100%;
}
.footer ._footer table .foot_a {
  width: 315px;
  vertical-align: top;
  padding: 0 20px 10px 0;
  border-right: 1px solid #737373 ;
}
.footer ._footer table .foot_a h6 {
  font-size: 14px;
  color: white;
  line-height: 30px;
}
.footer ._footer table .foot_a h6 img {
  margin-left: 5px;
}
.footer ._footer table .foot_a span {
  font-size: 24px;
  font-weight: bold;
  color: #c23232;
  display: block;
  margin-bottom: 10px;
}
.footer ._footer table .foot_a p {
  font-size: 14px;
  color: #9f9f9f;
  line-height: 1.8;
}
.footer ._footer table .foot_b {
  width: 705px;
  vertical-align: top;
  padding: 0 20px 5px 20px;
  border-right: 1px solid #737373;
  text-align: center;
}
.footer ._footer table .foot_b ul {
  display: inline-block;
}
.footer ._footer table .foot_b ul li {
  float: left;
  padding: 0 11px;
}
.footer ._footer table .foot_b ul li h6 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.footer ._footer table .foot_b ul li h6 a {
  color: white;
}
.footer ._footer table .foot_b ul li p {
  text-align: left;
  line-height: 27px;
}
.footer ._footer table .foot_b ul li p a {
  color: #9f9f9f;
}
.footer ._footer table .foot_c {
  text-align: center;
  vertical-align: top;
  width: 180px;
  padding: 0 15px;
}
.footer ._footer table .foot_c img {
  width: 105px;
}
.footer ._footer table .foot_c p {
  font-size: 14px;
  margin-top: 10px;
  color: #9f9f9f;
}
.footer .bottom {
  line-height: 50px;
  border-top: 1px solid #737373 ;
}
.footer .bottom ._bottom {
  width: 1200px;
  color: #9f9f9f;
  margin: auto;
  text-align: center;
}
.footer .bottom ._bottom a {
  color: #9f9f9f;
}
.footer .bottom ._bottom span {
  display: inline-block;
  margin: 0 10px;
}
/*内页banner*/
.x_banner img {
  width: 100%;
  display: block;
}
/*二级*/
.level {
  width: 1200px;
  line-height: 70px;
  height: 70px;
  margin: 0 auto 18px;
  background: white;
  box-shadow: 0px 0px 5px #dddddd;
}
.level .level_a {
  float: left;
  margin-left: 10px;
}
.level .level_a a {
  float: left;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  line-height: 68px;
  margin: 0 15px;
  padding: 0 10px;
}
.level .level_a a.on {
  border-bottom: 2px solid #80201f;
  color: #80201f;
}
.level .level_b {
  float: right;
  font-size: 12px;
  color: #999999;
  padding-left: 20px;
  background: url(../images/dz.png) no-repeat left;
  margin-right: 10px;
}
.level .level_b font {
  color: #80201f;
  text-decoration: underline;
}
/*内页主体*/
.subject {
  padding: 40px 0;
  width: 1200px;
  margin: 0 auto 50px;
  background: white;
  /*tit*/
  /*.集团简介*/
  /*企业荣誉*/
  /*.红螺湾视频*/
  /*详情*/
  /*新闻中心*/
}
.subject .subject_tit {
  text-align: center;
  margin-bottom: 15px;
}
.subject .subject_tit p {
  background: url(../images/xx.png) no-repeat bottom center;
  padding-bottom: 3px;
  line-height: 37px;
  font-size: 18px;
  font-weight: bold;
}
.subject .subject_tit span {
  text-transform: uppercase;
  color: #999999;
  font-size: 12px;
  display: block;
  line-height: 30px;
}
.subject .about {
  line-height: 2;
  color: #666666;
  font-size: 14px;
  padding: 0 100px;
}
.subject .honor {
  padding: 0 10px;
}
.subject .honor li {
  width: 285px;
  float: left;
  padding: 10px 10px 0 10px;
  background: #eeeeee;
  margin-bottom: 30px;
  margin-left: 13.3px;
}
.subject .honor li img {
  width: 100%;
  display: block;
  height: 190px;
}
.subject .honor li p {
  height: 45px;
  line-height: 45px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}
.subject .video li {
  width: 370px;
  float: left;
  padding: 10px 10px 0 10px;
  border: 1px solid transparent;
  margin-bottom: 30px;
  margin-left: 45px;
}
.subject .video li div {
  position: relative;
  height: 215px;
}
.subject .video li div img {
  width: 100%;
  display: block;
  height: 100%;
}
.subject .video li div .paly {
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(../images/bf.png) no-repeat center;
  left: 50%;
  margin-left: -27.5px;
  top: 50%;
  margin-top: -27.5px;
}
.subject .video li p {
  height: 55px;
  line-height: 55px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}
.subject .video li:hover {
  box-shadow: 0px 0px 8px #dddddd;
  border: 1px solid #e6e6e6;
}
.subject .details {
  margin: 0 20px;
}
.subject .details .ny_tit {
  text-align: center;
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.subject .details .ny_tit h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}
.subject .details .ny_tit p {
  margin: 5px auto 15px;
}
.subject .details .ny_tit p span {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
  color: #999999;
}
.subject .details .ny_tit p span.s1 {
  background: url(../images/s1.png) no-repeat left;
  padding-left: 18px;
}
.subject .details .ny_tit p span.s2 {
  background: url(../images/s2.png) no-repeat left;
  padding-left: 24px;
}
.subject .details .info {
  color: #666666;
  line-height: 2;
  font-size: 14px;
}
.subject .details .info iframe {
  display: block;
  width: 800px;
  height: 500px;
  margin: 10px auto;
}
.subject .details .info_page {
  height: 47px;
  line-height: 47px;
  position: relative;
  font-size: 16px;
  margin: 50px auto 10px;
}
.subject .details .info_page p {
  white-space: nowrap;
  text-overflow: ellipsis ;
  overflow: hidden;
  max-width: 40%;
}
.subject .details .info_page p a {
  color: #80201f;
  text-decoration: underline;
}
.subject .details .info_page p.p1 {
  float: left;
}
.subject .details .info_page p.p2 {
  float: right;
}
.subject .details .info_page .fh_lest {
  position: absolute;
  width: 91px;
  height: 47px;
  background: url(../images/fh.png) no-repeat center;
  left: 50%;
  top: 0;
  margin-left: -45.5px;
}
.subject .news {
  padding: 0 20px;
}
.subject .news .news_a {
  padding: 16px 23px;
  background: #fbfbfb;
  margin-bottom: 30px;
}
.subject .news .news_a .news_a_d1 {
  padding: 10px;
  float: left;
  width: 540px;
  height: 320px;
  border: 1px solid #ededed ;
}
.subject .news .news_a .news_a_d1 img {
  width: 100%;
  display: block;
  height: 300px;
}
.subject .news .news_a .news_a_d2 {
  float: right;
  width: 545px;
}
.subject .news .news_a .news_a_d2 h6 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  margin: 30px auto 15px;
}
.subject .news .news_a .news_a_d2 div {
  border-bottom: 1px dashed #dadada;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.subject .news .news_a .news_a_d2 div span {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  color: #999999;
}
.subject .news .news_a .news_a_d2 div span.s1 {
  background: url(../images/s1.png) no-repeat left;
  padding-left: 18px;
}
.subject .news .news_a .news_a_d2 div span.s2 {
  background: url(../images/s2.png) no-repeat left;
  padding-left: 24px;
}
.subject .news .news_a .news_a_d2 p {
  color: #666666;
  font-size: 14px;
  line-height: 2.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.subject .news .news_a .news_a_d2 b {
  float: right;
  padding: 0 15px 0 35px;
  font-size: 12px;
  color: white;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 38px;
  background: url(../images/yj.png) no-repeat 10px center #b91e22;
}
.subject .news .news_a .news_a_d2:hover h6 {
  color: #b91e22;
}
.subject .news .news_b {
  margin-bottom: 30px;
}
.subject .news .news_b li {
  width: 570px;
  float: right;
  padding: 20px;
  border: 1px solid #ededed;
  margin-bottom: 20px;
}
.subject .news .news_b li h6 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.subject .news .news_b li div {
  margin: 10px auto;
  line-height: 1.5;
}
.subject .news .news_b li div span {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  color: #999999;
}
.subject .news .news_b li div span.s1 {
  background: url(../images/s1.png) no-repeat left;
  padding-left: 18px;
}
.subject .news .news_b li div span.s2 {
  background: url(../images/s2.png) no-repeat left;
  padding-left: 24px;
}
.subject .news .news_b li p {
  color: #666666;
  font-size: 14px;
  height: 56px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.subject .news .news_b li:hover h6 {
  color: #b91e22;
}
.subject .personnel {
  padding: 0 20px;
}
.subject .personnel .personnel_a {
  padding: 50px 23px;
  background: #fbfbfb;
  margin-bottom: 30px;
}
.subject .personnel .personnel_a .personnel_a_d1 {
  padding: 10px;
  float: left;
  width: 540px;
  border: 1px solid #ededed ;
}
.subject .personnel .personnel_a .personnel_a_d1 img {
  width: 100%;
  display: block;
}
.subject .personnel .personnel_a .personnel_a_d2 {
  float: right;
  width: 545px;
  color: #666666;
  font-size: 14px;
  line-height: 2.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.subject .personnel .personnel_b {
  padding-bottom: 1px ;
}
.subject .personnel .personnel_b li {
  margin-bottom: 30px;
  background: #fbfbfb;
}
.subject .personnel .personnel_b li .personnel_b_d1 {
  padding: 20px 100px 20px 20px;
  position: relative;
}
.subject .personnel .personnel_b li .personnel_b_d1 h6 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.subject .personnel .personnel_b li .personnel_b_d1 p {
  height: 38px;
  line-height: 38px;
  color: #666666;
  font-size: 14px;
}
.subject .personnel .personnel_b li .personnel_b_d1 p span {
  float: left;
  width: 25%;
}
.subject .personnel .personnel_b li .personnel_b_d1 div {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 30px;
  top: 50%;
  margin-top: -19px;
}
.subject .personnel .personnel_b li .personnel_b_d1 div a {
  display: block;
  width: 36px;
  height: 36px;
}
.subject .personnel .personnel_b li .personnel_b_d1 div a.ka1 {
  background: url(../images/jh.png) no-repeat center;
}
.subject .personnel .personnel_b li .personnel_b_d1 div a.ka2 {
  background: url(../images/jh1.png) no-repeat center;
}
.subject .personnel .personnel_b li .personnel_b_d1.on {
  background: #80201f;
  color: white;
}
.subject .personnel .personnel_b li .personnel_b_d1.on P {
  color: white;
}
.subject .personnel .personnel_b li .personnel_b_d2 {
  display: none;
  padding: 25px 20px;
  font-size: 14px;
  color: #666666;
  line-height: 2.3;
}
/*旗下公司*/
.command {
  width: 1200px;
  margin: auto;
}
.command a {
  display: block;
  margin-bottom: 20px;
}
.command a img {
  width: 100%;
  display: block;
}
/*.联系我们*/
.contact {
  background: url(../images/con45.png) no-repeat center;
  padding: 100px 115px;
  margin-bottom: 50px;
}
.contact ._contact {
  width:1200px;
  margin:0  auto;
  padding: 0 30px 28px 30px;
  background: white;
}
.contact ._contact .contact_tab {
  width: 330px;
  float: left;
}
.contact ._contact .contact_tab th {
  padding: 32px 0;
  border-bottom: 1px solid #e3e3e3 ;
  width: 85px;
}
.contact ._contact .contact_tab td {
  line-height: 1.7;
  border-bottom: 1px solid #e3e3e3 ;
  font-size: 16px;
}
.contact ._contact .contact_tab td h6 {
  font-size: 14px;
}
.contact ._contact .contact_tab td.cerw {
  width: 120px;
  padding: 28px 20px;
  text-align: right;
}
.contact ._contact .contact_tab td.cerw img {
  width: 80px;
  height: 80px;
}
.contact ._contact .dt {
  margin-top: 28px;
  float: right;
  width: 522px;
}
.contact ._contact .dt img {
  height: 501px;
  width: 100%;
  display: block;
}
@keyframes dong {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
}
/*分页*/
.pages {
  margin: 10px auto;
  font-size: 13px;
  text-align: center;
}
.pages div {
  display: inline-block;
}
.pages div a {
  text-align: center;
  line-height: 40px;
  float: left;
  padding: 0 16px;
  color: #535353;
  margin-left: -1px;
  border: 1px solid #c9c9c9;
}
.pages div span {
  float: left;
  text-align: center;
  line-height: 40px;
  padding: 0 16px;
  margin-left: -1px;
  background: #37383f;
  border: 1px solid #37383f;
  color: white;
}
.pages div b {
  display: none;
}
/*子公司*/
/*顶部导航*/
.top {
  height: 115px;
  text-align: center;
  line-height: 115px;
}
.top img {
  height: 90px;
}
.top.on1 {
  background: #0b58ad;
}
.top.on2 {
  background: #0aac9c;
}
.top.on3 {
  background: #c58f3c;
}
.top.on4 {
  background: #f25040;
}
.top.on5 {
  background: #7884ef;
}
.top.on6 {
  background: #0fb23f;
}
.top.on7 {
  background: #df4211;
}
/*导航*/
.z_nav {
  background: #d69962;
}
.z_nav .nav {
  width: 1200px;
  margin: auto;
}
.z_nav .nav li {
  float: left;
  height: 60px;
  text-align: center;
  width: 14.28%;
}
.z_nav .nav li > a {
  display: block;
  padding: 15px 10px 0 10px;
  line-height: 1;
  color: white;
}
.z_nav .nav li > a p {
  font-size: 14px;
  margin-bottom: 5px;
}
.z_nav .nav li > a span {
  text-transform: uppercase;
  display: block;
  font-size: 11px;
}
.z_nav .nav li.on {
  background: #c47a37;
}
/*banner*/
.z_banner {
  width: 1200px;
  margin: auto;
}
.z_banner .swiper-slide img {
  width: 100%;
}
.z_banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: white;
  opacity: 1;
  margin: 0 6px !important;
}
.z_banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fcc101;
}
.z_banner .swiper-pagination-bullets {
  bottom: 20px;
}
.z_section {
  background: white;
  width: 1200px;
  margin: auto;
  padding: 20px 30px;
  /*新闻*/
  /*推荐*/
}
.z_section .news {
  float: left;
  width: 385px;
}
.z_section .news ._news {
  margin-top: 15px;
}
.z_section .news ._news .tk1 {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d4d4d4;
}
.z_section .news ._news .tk1 img {
  float: left;
  width: 154px;
  height: 110px;
}
.z_section .news ._news .tk1 div {
  float: right;
  width: 210px;
}
.z_section .news ._news .tk1 div h6 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 12px;
}
.z_section .news ._news .tk1 div span {
  color: #999999;
  font-size: 12px;
  display: block;
  margin-bottom: 7px;
}
.z_section .news ._news .tk1 div p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.z_section .news ._news .tk1:hover h6 {
  color: #c47a37;
  text-decoration: underline;
}
.z_section .news ._news .tk2 {
  line-height: 28px;
  font-size: 14px;
}
.z_section .news ._news .tk2 p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 70%;
}
.z_section .news ._news .tk2 span {
  float: right;
  color: #999999;
  font-size: 12px;
}
.z_section .news ._news .tk2:hover p {
  color: #c47a37;
  text-decoration: underline;
}
.z_section .Recommend {
  float: right;
  width: 695px;
}
.z_section .Recommend .Recommend_ul {
  margin-top: 15px;
}
.z_section .Recommend .Recommend_ul li {
  float: left;
  width: 202px;
  margin-left: 44.5px;
}
.z_section .Recommend .Recommend_ul li img {
  width: 100%;
  display: block;
  height: 144px;
}
.z_section .Recommend .Recommend_ul li p {
  text-align: center;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
}
/*子内页*/
.zny_section {
  min-height: 500px;
  background: white;
  width: 1200px;
  margin: auto;
  padding: 20px 10px;
  /*左侧*/
  /*右侧*/
}
.zny_section .left {
  float: left;
  width: 275px;
}
.zny_section .left .left_tit {
  margin-bottom: 10px;
  min-height: 60px;
  background: url(../images/t_bg.png) no-repeat center;
  background-size: 100% 100% ;
  color: white;
  padding: 10px 7px;
}
.zny_section .left .left_tit h6 {
  font-size: 18px;
  margin-bottom: 5px;
  background: url(../images/yh.png) no-repeat left;
  padding-left: 25px;
}
.zny_section .left .left_tit p {
  text-transform: uppercase;
  font-size: 12px;
  color: #fee5ce;
  padding-left: 25px;
}
.zny_section .left .left_ul li {
  margin-bottom: 1px;
  background: #fbfbfb;
  border-left: 5px solid transparent ;
  padding: 0 30px;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}
.zny_section .left .left_ul li p {
  float: left;
}
.zny_section .left .left_ul li span {
  float: right;
}
.zny_section .left .left_ul li.on {
  border-left: 5px solid #c47a37 ;
  background: #d69962;
}
.zny_section .left .left_ul li.on a {
  color: white;
}
.zny_section .left .left_ul li:hover {
  border-left: 5px solid #c47a37 ;
  background: #d69962;
}
.zny_section .left .left_ul li:hover a {
  color: white;
}
.zny_section .right {
  min-height: 500px;
  width: 880px;
  float: right;
  padding-bottom: 30px;
  border: 1px solid #fbfbfb;
  border-bottom: none;
  /*美味菜肴*/
  /* 新闻资讯*/
  /*新闻内容*/
  /*.门店介绍*/
  /*留言*/
}
.zny_section .right .right_tit {
  line-height: 60px;
  height: 60px;
  background: #fbfbfb;
  padding: 0 10px ;
}
.zny_section .right .right_tit h6 {
  padding-left: 22px;
  font-size: 16px;
  float: left;
  background: url(../images/hyq.png) no-repeat left;
}
.zny_section .right .right_tit p {
  float: right;
  color: #999999;
  font-size: 12px;
  padding-left: 24px;
  background: url(../images/dz.png) no-repeat left;
}
.zny_section .right .right_about {
  padding: 20px;
}
.zny_section .right .right_about .right_about_tit {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  border-bottom: 1px solid #fbfbfb;
}
.zny_section .right .right_about .right_info {
  padding: 15px 0;
  line-height: 2;
  font-size: 14px;
  color: #666666;
}
.zny_section .right .snack {
  padding: 30px 20px 0;
}
.zny_section .right .snack li {
  float: left;
  background: #fbfbfb;
  padding: 10px;
  width: 265px;
  margin-bottom: 30px;
  margin-left: 21.5px;
}
.zny_section .right .snack li img {
  display: block;
  width: 100%;
  height: 160px;
}
.zny_section .right .snack li h6 {
  font-size: 16px;
  color: #c47a37;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 15px auto 8px;
}
.zny_section .right .snack li p {
  color: #666666;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 122px ;
  margin-bottom: 10px;
}
.zny_section .right .ny_news {
  padding: 0 25px;
  min-height: 500px;
}
.zny_section .right .ny_news li {
  line-height: 45px;
  font-size: 14px;
  border-bottom: 1px solid #fbfbfb;
}
.zny_section .right .ny_news li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 70%;
}
.zny_section .right .ny_news li span {
  float: right;
  color: #999999;
  font-size: 12px;
}
.zny_section .right .ny_news li:hover p {
  color: #c47a37;
  text-decoration: underline;
}
.zny_section .right .ny_news_info {
  padding: 20px;
}
.zny_section .right .ny_news_info .ny_news_info_tit {
  text-align: center;
  border-bottom: 1px solid #fbfbfb;
  padding-bottom: 10px;
}
.zny_section .right .ny_news_info .ny_news_info_tit h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
}
.zny_section .right .ny_news_info .ny_news_info_tit p {
  font-size: 12px;
  color: #999999;
}
.zny_section .right .ny_news_info ._ny_news_info {
  padding: 15px 0;
  line-height: 2;
  font-size: 14px;
  color: #666666;
}
.zny_section .right .ny_news_info .news_info_pages {
  margin: 10px auto;
}
.zny_section .right .ny_news_info .news_info_pages p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2.5;
}
.zny_section .right .ny_news_info .news_info_pages p a {
  color: #c47a37;
  text-decoration: underline;
}
.zny_section .right .store {
  padding: 30px 20px 0;
}
.zny_section .right .store li {
  float: left;
  margin-bottom: 30px;
  width: 265px;
  padding: 10px;
  background: #fbfbfb;
  margin-left: 21.5px;
}
.zny_section .right .store li h6 {
  color: #c47a37;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zny_section .right .store li img {
  width: 100%;
  display: block;
  height: 160px;
  margin-bottom: 10px;
}
.zny_section .right .store li P {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zny_section .right .message {
  padding: 0 25px;
}
.zny_section .right .message .message_tit {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
}
.zny_section .right .message .message_a {
  margin-bottom: 30px;
}
.zny_section .right .message .message_a .message_a_d1 {
  float: left;
  width: 480px;
}
.zny_section .right .message .message_a .message_a_d1 div {
  margin-bottom: 10px;
}
.zny_section .right .message .message_a .message_a_d1 div span {
  float: left;
  width: 80px;
  line-height: 30px;
  height: 30px;
}
.zny_section .right .message .message_a .message_a_d1 div input {
  height: 30px;
  border: none;
  background: #fbfbfb;
  padding: 0 10px;
  float: left;
  width: 399px;
}
.zny_section .right .message .message_a .message_a_d1 div textarea {
  height: 65px;
  border: none;
  background: #fbfbfb;
  padding: 5px 10px;
  float: left;
  width: 399px;
}
.zny_section .right .message .message_a .message_a_d2 {
  float: right;
  width: 330px;
  height: 235px;
  position: relative;
  padding: 0 13px;
  text-align: center;
  line-height: 187px;
}
.zny_section .right .message .message_a .message_a_d2 p {
  position: absolute;
  height: 48px;
  line-height: 48px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #d69962;
}
.zny_section .right .message .message_a .message_a_d2 p input {
  background: white;
  color: #d69962;
  border: none;
  height: 30px;
  padding: 0 20px;
  border-radius: 20px ;
}
.zny_section .right .message .message_a .message_a_d2.on1 {
  background: #ffa30d;
}
.zny_section .right .message .message_a .message_a_d2.on2 {
  background: #ff7561;
}
.zny_section .right .message .message_a .message_a_d2.on3 {
  background: #7276fd;
}
.zny_section .right .message .message_a .message_a_d2.on4 {
  background: #ad7925;
}
.zny_section .right .message .message_a .message_a_d2.on5 {
  background: #0ea0f3;
}
.zny_section .right .message .message_a .message_a_d2.on6 {
  background: #0cb03b;
}
.zny_section .right .message .message_a .message_a_d2.on7 {
  background: #ed5968;
}
.zny_section .right .message ._message_b a {
  float: left;
  width: 200px;
  margin-left: 9.33px;
  margin-bottom: 10px;
}


.news_company {
  width: 1100px;
  margin: 18px auto;
}
.news_company li {
  float: left;
  width: 255px;
  padding: 0 10px 10px 10px;
  background: white;
  box-shadow: 0px 0px 8px #dddddd;
  border: 1px solid #e6e6e6;
  margin-left: 26.5px;
  margin-bottom: 26px;
}
.news_company li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.news_company li img {
  display: block;
  width: 100%;
  height: 165px;
}























